home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / CSS2.sch < prev    next >
Text File  |  2004-01-06  |  7KB  |  294 lines

  1. object TPersHolder
  2.   P.Name = 'CSS, level 2'
  3.   P.Extensions.Strings = (
  4.     'css')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       UseMetaSymbol = True
  10.       UseMetaToWrapLines = True
  11.       MetaSymbol = '\'
  12.       FIText = 16
  13.       FISymbol = 8
  14.       UseSymbols = True
  15.       UseComments = True
  16.       UseMultiLineComments = True
  17.       UseStrings = True
  18.       UseSingleLineStrings = True
  19.       BlockDelimiters = <>
  20.       MultiLineCommentDelimiters = <
  21.         item
  22.           FontID = 17
  23.           LeftDelimiter = '/*'
  24.           RightDelimiter = '*/'
  25.         end
  26.         item
  27.           FontID = 11
  28.           LeftDelimiter = '<!--'
  29.           RightDelimiter = '-->'
  30.         end>
  31.       SingleLineStringDelimiters = <
  32.         item
  33.           FontID = 10
  34.           LeftDelimiter = '"'
  35.           RightDelimiter = '"'
  36.         end>
  37.     end
  38.     item
  39.       Name = 'Style'
  40.       ID = 1
  41.       ParentID = 0
  42.       UseMetaSymbol = True
  43.       UseMetaToWrapLines = False
  44.       MetaSymbol = '\'
  45.       FIText = 0
  46.       FIIntNum = 1
  47.       FIFloatNum = 2
  48.       FIHexNum = 3
  49.       FISymbol = 9
  50.       UseSymbols = True
  51.       UseComments = True
  52.       UseMultiLineComments = True
  53.       UseStrings = True
  54.       UseSingleLineStrings = True
  55.       UseNumbers = True
  56.       UsePrefixedNumbers = True
  57.       UseSuffixedNumbers = True
  58.       UseMultipleNumSuffixes = False
  59.       UseKeywords = True
  60.       BlockDelimiters = <
  61.         item
  62.           LeftDelimiter = '{'
  63.           RightDelimiter = '}'
  64.           DelimitersArePartOfBlock = True
  65.         end>
  66.       MultiLineCommentDelimiters = <
  67.         item
  68.           FontID = 4
  69.           LeftDelimiter = '/*'
  70.           RightDelimiter = '*/'
  71.         end
  72.         item
  73.           FontID = 13
  74.           LeftDelimiter = '<!--'
  75.           RightDelimiter = '-->'
  76.         end>
  77.       SingleLineStringDelimiters = <
  78.         item
  79.           FontID = 5
  80.           LeftDelimiter = '"'
  81.           RightDelimiter = '"'
  82.         end
  83.         item
  84.           FontID = 6
  85.           LeftDelimiter = #39
  86.           RightDelimiter = #39
  87.         end>
  88.       NumPrefixes = <
  89.         item
  90.           LeftDelimiter = '#'
  91.         end>
  92.       NumSuffixes = <
  93.         item
  94.           LeftDelimiter = '%'
  95.         end
  96.         item
  97.           LeftDelimiter = 'em'
  98.         end
  99.         item
  100.           LeftDelimiter = 'ex'
  101.         end
  102.         item
  103.           LeftDelimiter = 'px'
  104.         end
  105.         item
  106.           LeftDelimiter = 'in'
  107.         end
  108.         item
  109.           LeftDelimiter = 'cm'
  110.         end
  111.         item
  112.           LeftDelimiter = 'mm'
  113.         end
  114.         item
  115.           LeftDelimiter = 'pt'
  116.         end
  117.         item
  118.           LeftDelimiter = 'pc'
  119.         end
  120.         item
  121.           LeftDelimiter = 'deg'
  122.         end
  123.         item
  124.           LeftDelimiter = 'grad'
  125.         end
  126.         item
  127.           LeftDelimiter = 'rad'
  128.         end
  129.         item
  130.           LeftDelimiter = 'ms'
  131.         end
  132.         item
  133.           LeftDelimiter = 's'
  134.         end
  135.         item
  136.           LeftDelimiter = 'Hz'
  137.         end
  138.         item
  139.           LeftDelimiter = 'kHz'
  140.         end
  141.         item
  142.           LeftDelimiter = 'p'
  143.         end>
  144.       KeywordSets = <
  145.         item
  146.           FontID = 7
  147.           Name = 'properties'
  148.           Keywords =
  149.             'align,attachment,auto,background,border,bottom,clear,color,decor' +
  150.             'ation,display,family,float,font,height,image,indent,left,letter,' +
  151.             'line,list,margin,padding,position,repeat,right,size,space,spacin' +
  152.             'g,style,text,through,top,transform,type,variant,vertical,weight,' +
  153.             'white,width,word'
  154.         end>
  155.     end>
  156.   P.FontTable = <
  157.     item
  158.       FontID = 0
  159.       GlobalAttrID = 'Whitespace'
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -13
  163.       Font.Name = 'Courier New'
  164.       Font.Style = []
  165.     end
  166.     item
  167.       FontID = 1
  168.       GlobalAttrID = 'Integer'
  169.       Font.Charset = DEFAULT_CHARSET
  170.       Font.Color = clGreen
  171.       Font.Height = -13
  172.       Font.Name = 'Courier New'
  173.       Font.Style = []
  174.     end
  175.     item
  176.       FontID = 2
  177.       GlobalAttrID = 'Float'
  178.       Font.Charset = DEFAULT_CHARSET
  179.       Font.Color = clGreen
  180.       Font.Height = -13
  181.       Font.Name = 'Courier New'
  182.       Font.Style = []
  183.     end
  184.     item
  185.       FontID = 3
  186.       GlobalAttrID = 'Integer'
  187.       Font.Charset = DEFAULT_CHARSET
  188.       Font.Color = clGreen
  189.       Font.Height = -13
  190.       Font.Name = 'Courier New'
  191.       Font.Style = []
  192.     end
  193.     item
  194.       FontID = 4
  195.       GlobalAttrID = 'Comment'
  196.       Font.Charset = DEFAULT_CHARSET
  197.       Font.Color = clGray
  198.       Font.Height = -13
  199.       Font.Name = 'Courier New'
  200.       Font.Style = [fsItalic]
  201.     end
  202.     item
  203.       FontID = 5
  204.       GlobalAttrID = 'String'
  205.       Font.Charset = DEFAULT_CHARSET
  206.       Font.Color = clMaroon
  207.       Font.Height = -13
  208.       Font.Name = 'Courier New'
  209.       Font.Style = []
  210.     end
  211.     item
  212.       FontID = 6
  213.       GlobalAttrID = 'String'
  214.       Font.Charset = DEFAULT_CHARSET
  215.       Font.Color = clMaroon
  216.       Font.Height = -13
  217.       Font.Name = 'Courier New'
  218.       Font.Style = []
  219.     end
  220.     item
  221.       FontID = 7
  222.       GlobalAttrID = 'Reserved words'
  223.       Font.Charset = DEFAULT_CHARSET
  224.       Font.Color = clBlue
  225.       Font.Height = -13
  226.       Font.Name = 'Courier New'
  227.       Font.Style = [fsBold]
  228.     end
  229.     item
  230.       FontID = 16
  231.       GlobalAttrID = 'Emphasis'
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clBlack
  234.       Font.Height = -13
  235.       Font.Name = 'Courier New'
  236.       Font.Style = [fsBold]
  237.     end
  238.     item
  239.       FontID = 17
  240.       GlobalAttrID = 'Comment'
  241.       Font.Charset = DEFAULT_CHARSET
  242.       Font.Color = clGray
  243.       Font.Height = -13
  244.       Font.Name = 'Courier New'
  245.       Font.Style = [fsItalic]
  246.     end
  247.     item
  248.       FontID = 10
  249.       GlobalAttrID = 'String'
  250.       Font.Charset = DEFAULT_CHARSET
  251.       Font.Color = clMaroon
  252.       Font.Height = -13
  253.       Font.Name = 'Courier New'
  254.       Font.Style = []
  255.     end
  256.     item
  257.       FontID = 11
  258.       GlobalAttrID = 'Comment'
  259.       Font.Charset = DEFAULT_CHARSET
  260.       Font.Color = clGray
  261.       Font.Height = -13
  262.       Font.Name = 'Courier New'
  263.       Font.Style = [fsItalic]
  264.     end
  265.     item
  266.       FontID = 13
  267.       GlobalAttrID = 'Comment'
  268.       Font.Charset = DEFAULT_CHARSET
  269.       Font.Color = clGray
  270.       Font.Height = -13
  271.       Font.Name = 'Courier New'
  272.       Font.Style = [fsItalic]
  273.     end
  274.     item
  275.       FontID = 8
  276.       GlobalAttrID = 'Emphasis'
  277.       Font.Charset = DEFAULT_CHARSET
  278.       Font.Color = clBlack
  279.       Font.Height = -13
  280.       Font.Name = 'Courier New'
  281.       Font.Style = [fsBold]
  282.     end
  283.     item
  284.       FontID = 9
  285.       GlobalAttrID = 'Delimiters'
  286.       BlockID = 1
  287.       Font.Charset = DEFAULT_CHARSET
  288.       Font.Color = clBlack
  289.       Font.Height = -13
  290.       Font.Name = 'Courier New'
  291.       Font.Style = []
  292.     end>
  293.   P.SyntaxVersion = 3
  294. end